fetch(add): 账户管理
This commit is contained in:
@@ -31,7 +31,9 @@ export class ShopAccountService extends BaseService {
|
||||
* POST /api/admin/shop-accounts
|
||||
* @param data 代理账号数据
|
||||
*/
|
||||
static createShopAccount(data: CreateShopAccountParams): Promise<BaseResponse<ShopAccountResponse>> {
|
||||
static createShopAccount(
|
||||
data: CreateShopAccountParams
|
||||
): Promise<BaseResponse<ShopAccountResponse>> {
|
||||
return this.post<BaseResponse<ShopAccountResponse>>('/api/admin/shop-accounts', data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user