Commit 0e84647c by 朱继来

修改发票

parent 5b391770
Showing with 1 additions and 3 deletions
......@@ -1160,12 +1160,10 @@ Class OrderController extends Controller
$data['k1'] = time();
$data['k2'] = md5(md5($data['k1']).'fh6y5t4rr351d2c3bryi');
$data['id'] = $request->input('order_id','');
$data['operator_id'] = $request->user->userId;
$update_url = Config('website.api_domain').'order/updateOrderInvoice';
echo '<pre>';
print_r(curlApi($update_url, $data, 'POST'));
$update = json_decode(curlApi($update_url, $data, 'POST'), true);
if ($update['err_code'] == 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 sign in to comment