订单列表增加手机号搜索 #20
Loading…
Reference in New Issue
No description provided.
Delete Branch "zhuotianyuan/API:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -18,3 +18,3 @@host: 'localhost',username: 'root',password: '12345678',password: '123456',.gitignore 屏蔽对这个文件的追踪
@ -40,2 +41,2 @@if (record.code !== code) return false;if (staticValue.STATIC_CAPTCHA !== code&&record.code !== code) return false;这个写死在代码里就行了不用常数,设复杂一点
@ -1231,2 +1241,3 @@async createOrder(data: Record<string, any>) {const { sales, total, billing, customer_email } = data;const { sales, total, billing, customer_email,billing_phone } = data;注意规范