feat: import services and standardize Go 1.26.5
This commit is contained in:
19
apps/ec/market/test/agency/modify.http
Normal file
19
apps/ec/market/test/agency/modify.http
Normal file
@@ -0,0 +1,19 @@
|
||||
POST http://127.0.0.1:12423/market.Agency/Modify
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"identity":"01JTMX4Y8JEGYN2VA9KS31713V",
|
||||
|
||||
"name": "周七",
|
||||
"avatar": "https://example.com/avatars/avatar5.jpg",
|
||||
"account": "zhouqi",
|
||||
"phone": "13500135000",
|
||||
"orgName": "七彩鲜花店",
|
||||
"orgPhoto": "https://example.com/photos/org5.jpg",
|
||||
"id_name": "周七",
|
||||
"id_before": "https://example.com/id_cards/id5_before.jpg",
|
||||
"id_after": "https://example.com/id_cards/id5_after.jpg",
|
||||
"remark": "提供新鲜的鲜花和花束,适合各种场合。",
|
||||
"commission_rate": 1
|
||||
}
|
||||
Reference in New Issue
Block a user