feat: 7月迭代
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m11s

This commit is contained in:
luo
2026-07-27 18:13:19 +08:00
parent 6a794d88af
commit 4f281da778
27 changed files with 1176 additions and 167 deletions

View File

@@ -29,22 +29,6 @@
POST /api/c/v1/auth/verify-asset
```
管理后台相关接口:
```http
PUT /api/admin/shops/:id
GET /api/admin/shops
GET /api/admin/shops/:id
```
店铺字段:
```json
{
"client_login_disabled": true
}
```
#### 预期效果
- 被限制的店铺无法新登录 H5/C 端。
@@ -181,12 +165,6 @@ POST /api/c/v1/orders/create
GET /api/c/v1/asset/info
```
后台资产解析接口也会返回相关字段:
```http
GET /api/admin/assets/resolve/:identifier
```
#### 预期效果
- 用户看到资产综合计算后的最终到期时间。
@@ -285,11 +263,11 @@ GET /api/c/v1/orders/:id
- #84 H5 首页隐藏设备下 ICCID本期确认不做。
- #73 行业卡未实名复机:保持现有逻辑。
- #94 状态同步和运营商回调:继续读取现有资产状态字段,无新增端调用。
- 企业微信审批回调:由企微服务器调用,前端禁止调用。
- #94 状态同步和运营商回调:继续读取现有资产状态字段,无新增 H5/C 端调用。
- 企业微信审批回调:H5/C 端不调用。
- 原路退款、聚水潭、跨品类换货、分销码/佣金提现:本期不做。
## 四、端联调注意事项
## 四、H5/C 端联调注意事项
- 金额接口字段默认单位为“分”,页面展示时转换为“元”,提交时仍传整数分。
- `effective_realname_policy``allowed_payment_methods` 必须以后端返回值为准。