Commit 7d274507 by 孙龙

UP

parent 1dd3cfb3
Showing with 3 additions and 3 deletions
...@@ -58,4 +58,4 @@ ADMIN=liuzhiyong@teshehui.com ...@@ -58,4 +58,4 @@ ADMIN=liuzhiyong@teshehui.com
LOGIN_DOMAIN='user.liexin.net' LOGIN_DOMAIN='user.liexin.net'
ERP_DOMAIN=http://192.168.1.235:6888 ERP_DOMAIN=http://192.168.1.235:6888
ERP_SUPPLY_DB_NAME=demo ERP_DB_NAME=ICHUNT
\ No newline at end of file \ No newline at end of file
...@@ -147,7 +147,7 @@ Class AjaxController extends Controller ...@@ -147,7 +147,7 @@ Class AjaxController extends Controller
$this->erp = new \SoapClient(ENV("ERP_DOMAIN").'/ormrpc/services/WSIchuntjKFacade?wsdl'); $this->erp = new \SoapClient(ENV("ERP_DOMAIN").'/ormrpc/services/WSIchuntjKFacade?wsdl');
dump($this->erp); dump($this->erp);
$this->erp->createIssueLabel(json_encode([ $this->erp->createIssueLabel(json_encode([
"TemplateId"=>1, "templateId"=>1,
"templateNmae"=>"aaaa", "templateNmae"=>"aaaa",
"createUser"=>"bbbb", "createUser"=>"bbbb",
"status"=>1, "status"=>1,
......
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 sign in to comment