| | |
| | | //界面显示选中值 |
| | | btnState.Text = face.userName; |
| | | //数据封装 |
| | | AddDictionary("open_type", "1", "string"); |
| | | AddDictionary("open_type", "1", "integer"); |
| | | AddDictionary("user_id", face.userId, "string"); |
| | | |
| | | }, false); |
| | |
| | | var inputTypeJOb = new JObject { }; |
| | | inputTypeJOb.Add("sid", dictionary.sid); |
| | | inputTypeJOb.Add("condition_type", dictionary.condition_type); |
| | | |
| | | if (dictionary.condition_type == "9") |
| | | { |
| | | inputTypeJOb.Add("identifier", dictionary.identifier); |
| | | } |
| | | var conditionArray = new JArray { }; |
| | | foreach (var dic in dictionary.condition) |
| | | { |