POST api/shop/applytixian/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

yoshop_shop_withdraw
NameDescriptionTypeAdditional information
id

integer

None.

shop_id

integer

None.

yoshop_shop

yoshop_store_shop

None.

money

integer

None.

pay_type

integer

None.

alipay_name

string

Required

String length: inclusive between 0 and 50

alipay_account

string

Required

String length: inclusive between 0 and 50

bank_name

string

Required

String length: inclusive between 0 and 50

bank_account

string

Required

String length: inclusive between 0 and 50

bank_card

string

Required

String length: inclusive between 0 and 50

apply_status

integer

None.

audit_time

date

None.

reject_reason

string

Required

String length: inclusive between 0 and 500

create_time

date

None.

update_time

date

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Lio.EF.Model.yoshop_store_shop'. Path 'yoshop_shop.yoshop_supplier.yoshop_shops'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Lio.EF.Model.yoshop_store_shop'. Path 'yoshop_shop.yoshop_supplier.yoshop_shops'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'yoshop_shop_withdraw'.

Response Information

Resource Description

SiteListResult
NameDescriptionTypeAdditional information
msg

string

None.

code

integer

None.

data

Object

None.

count

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "msg": "sample string 1",
  "code": 2,
  "data": {},
  "count": 4
}