|
|
@@ -45,7 +45,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
}
|
|
|
public AppResultJson AddDo(string value, bool sub = false)
|
|
|
{
|
|
|
- Utils.WriteLog(value, "创客-首页-新增商户");
|
|
|
+ Utils.WriteLog(value + ";sub:" + sub, "创客-首页-新增商户");
|
|
|
JsonData data = JsonMapper.ToObject(value);
|
|
|
int UserId = int.Parse(function.CheckInt(data.getItem("UserId").ToString()));
|
|
|
string CertMerchantName = data.getItem("CertMerchantName").ToString(); //- 商户名称
|