Commit d981b9cb by sikang

update

parent d1a31fa5
......@@ -158,7 +158,7 @@ class Function:
"base_url": "\"%s\"" % gateway['rest'][0],
"harvest_ip": "\"%s\"" % harvest.split(":")[0],
"harvest_port": "%s" % harvest.split(":")[1],
"gateway_url": "%s" % gateway['gateway'][0],
"gateway_url": "\"%s\"" % gateway['gateway'][0],
"gateway_ip": "\"%s\"" % ip,
"repayment_h5": "\"%s\"" % gateway['repay'][0],
"admin_host": "\"%s\"" % gateway['admin'][0],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment