金桥微信支付

This commit is contained in:
“wanyongkang”
2024-02-22 16:48:01 +08:00
parent c2ce947b74
commit b4d0c4a204

View File

@@ -65,7 +65,7 @@ class Index extends Controller
die;
}
$order_no = 'jq'.md5(time());
$order_no = md5(time());
$order_info = [
'user_id' => $this->userinfo['UserId'],