提交 4b691dca authored 作者: chengye's avatar chengye

test

上级 71a7a6a6
......@@ -373,7 +373,7 @@ class Payment extends Base
if($checkType == 2) {
$payment->status = 7; //7代表被驳回
$payment->save();
return json(['status'=>0,'message'=>'单据已经驳回']);
return json(['status'=>1,'message'=>'单据已经驳回']);
}
$payment->status = 1;
// $payment->is_check = 1;
......
......@@ -14,5 +14,5 @@ return [
'order_per' =>'ZD',
'redis_host' => '192.168.1.71',
'redis_port' => 6379,
'base_url' => 'http://chengye-dev.gonn.tech/'
'base_url' => 'http://oa-test.gonn.tech/'
];
<?php
return [
'oa_key' => '5bdfcedb618e1e03abf18e391278c1f4',
'base_url' => 'http://chengye-dev.gonn.tech/',
'base_url' => 'http://oa-test.gonn.tech/',
'gys' => 'api.php?m=opensupplier&a=list&openkey=',
'type' => 'api.php?m=openfkinfo&a=fkinfor&openkey=',
'fk' => 'api.php?m=openemfk&a=create&openkey=',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论