订单加前缀

This commit is contained in:
“wanyongkang”
2024-03-02 10:32:19 +08:00
parent c65b961dd0
commit a71ff9cf91
3 changed files with 6 additions and 5 deletions

View File

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