订单列表增加手机号搜索 #20

Merged
longbot merged 3 commits from zhuotianyuan/API:main into main 2025-09-24 09:04:31 +00:00
Collaborator
No description provided.
zhuotianyuan added 2 commits 2025-09-23 09:17:58 +00:00
longbot requested changes 2025-09-23 09:49:17 +00:00
@ -18,3 +18,3 @@
host: 'localhost',
username: 'root',
password: '12345678',
password: '123456',
Collaborator

.gitignore 屏蔽对这个文件的追踪

.gitignore 屏蔽对这个文件的追踪
@ -40,2 +41,2 @@
if (record.code !== code) return false;
if (staticValue.STATIC_CAPTCHA !== code&&record.code !== code) return false;
Collaborator

这个写死在代码里就行了不用常数,设复杂一点

这个写死在代码里就行了不用常数,设复杂一点
@ -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;
Collaborator

注意规范

注意规范
zhuotianyuan added 1 commit 2025-09-23 09:51:47 +00:00
longbot merged commit 20b84637d3 into main 2025-09-24 09:04:31 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: yoone/API#20
No description provided.