完善:多步 H5 授权流程

This commit is contained in:
2026-01-25 19:01:17 +08:00
parent 0f90faa595
commit d1b2388616
6 changed files with 689 additions and 90 deletions

View File

@@ -27,6 +27,9 @@ export const API_CONFIG = {
SUBMIT_DRAFT_FORM: '/partnerh5/save_draft',
GET_DRAFT_FORM: '/partnerh5/get_draft',
// 授权状态查询接口
CHECK_AUTH_STATUS: '/partnerh5/check_auth_status',
// 区域数据接口
AREA_LIST: '/partnerh5/area_list',
},