|
@@ -65,9 +65,10 @@ namespace MySystem
|
|
|
string result = "";
|
|
|
try
|
|
|
{
|
|
|
+ function.WriteLog(DateTime.Now.ToString() + "\n" + Newtonsoft.Json.JsonConvert.SerializeObject(request), "提交代商户签约");
|
|
|
AlipayOpenAgentConfirmResponse response = client.Execute(request);
|
|
|
result = response.Body;
|
|
|
- function.WriteLog(result, "提交代商户签约");
|
|
|
+ function.WriteLog(result + "\n\n", "提交代商户签约");
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|