|
@@ -1056,7 +1056,7 @@ class Buy
|
|
|
)
|
|
|
);
|
|
|
|
|
|
- $url = Dever::url('lib/buy.audit_set?json=1&order_id=' . $info['id'], 'mshop');
|
|
|
+ $url = Dever::url('lib/buy.audit_set_commit?json=1&order_id=' . $info['id'], 'mshop');
|
|
|
$result['审核结果'] = array
|
|
|
(
|
|
|
'type' => 'html',
|
|
@@ -1567,8 +1567,9 @@ class Buy
|
|
|
}
|
|
|
*/
|
|
|
|
|
|
- public function audit_set_api()
|
|
|
+ public function audit_set_commit_api()
|
|
|
{
|
|
|
+ Dever::config('base')->hook = true;
|
|
|
|
|
|
|
|
|
$id = Dever::input('order_id');
|