文档中心 > Miravia Open Platform

Error- overview

更新时间:2024/01/09 访问次数:694

1. Errors.

Overview of how, when, and which types of error responses to return

All errors, warnings, and other alerts should be communicated using Error object. This object allows you to specify an ID from the allowed list of ErrorID values, a code to match the error to an internal error identifier, and a message providing details on the error. Since all error feedback is communicated in this manner, please return every API response with HTTP Status OK.

2. Error types

Miravia internally classifies all errors it receives into two types: system errors and customer errors. The behavior of the application, the communication to the seller, and the overall usability of the integration all depend on the type of error returned and how it is classified.

2.1 Miravia system errors

System errors indicate that a problem has occurred in the partners API as a result of an outage, a bug, or other system issue. The exact details of system errors are not communicated to sellers; they will simply receive a generic error message indicating that there is a communication issue that is being addressed.


Example

"code": "509",
    "type": "ISP",
    "message": "Seller Address Service Exception",
    "request_id": "210399f217047126517751111"

Full list of errors:

Error code

Error message

500

Failed to create the product.

6

System_Error

501

System_Error

4132

INVALID_REQUEST_FORMAT

5

Invalid_Request_Format

509

Seller Address Service Exception

4157

Auction_DB_Error

4159

THD_INVENTORY_ERR_CHANNEL_INV_NEGATIVE_SELLABLE

4166

CHANNEL_INV_NEGATIVE_SELLABLE

4169

SYSTEM_BUSY

4174

THD_INVENTORY_ERR_INV_NEGATIVE_SELLABLE

4176

image_process_exception

4190

PUB_EXTPOINT_ERROR

4191

SYSTEM_EXCEPTION

4193

SYS_ERROR

4194

THD_SELLER_ERR_GLOBAL_UNKNOW_ERROR

4196

THD_SELLER_UNKNOWN_EXCEPTION

1001

TheparametersarenotinJSONformat

4214

THD_MEDIA_CENTER_BIZ_PROCESS_ERROR

E5001

System error : IC DB commit update failed

4132

Invalid_Request_Format

4135

THD_IC_ERR

4157

Auction_DB_Error

4166

CHANNEL_INV_NEGATIVE_SELLABLE

4169

SYSTEM_BUSY

4176

image_process_exception

4190

Imágenes:PUB_EXTPOINT_ERROR:Error del sistema. Contacta el servicio de atención al cliente o vuélvelo a intentar más tarde [Anomalía en la extension de uno de los nodos]

4191

SYSTEM_EXCEPTION

4193

SYS_ERROR

4196

THD_SELLER_UNKNOWN_EXCEPTION

1001

TheparametersarenotinJSONformat

4214

THD_MEDIA_CENTER_BIZ_PROCESS_ERROR

1000

SYS_ITEM_MODIFY_LIMIT_CODE

501

java.lang.NullPointerException

901

HSF_TIMEOUT_EXCEPTION

4215

Duplicate sku ID

5

Invalid Request Format

500

SYSTEM_ERROR

6

Unexpected internal error

E5009

System internal error, please submit a ticket via : https://open.miravia.com/apps/home/contact_us?spm=a1zq7z.27027606.droot_normal_ticket_system.droot_normal_raise_ticket.1a287c73TKV1CC Miravia tech team will work on this within 24 hours

E5008

System error : Inventory DB error

ServiceTimeout

The request has failed due to RPC timeout

SYSTEM_ERROR

SYSTEM_ERROR

UnknownRuntimeException

The request has failed due to RPC runtime failure

ISP ERROR

Empty error message

ServiceUnavailable

The request has failed due to a temporary failure of RPC server

6

Unexpected internal error

505

Error creating feed

5

E005: Invalid Request Format

301

E301: Migrate Image Failed

5

Invalid Request Format

5

Invalid Request Format

504

Set product Image failed

InternalError

SYSTEM_ERROR

6

System Error

6

System Error

InternalError

SYSTEM_ERROR

5

Invalid Request Format

503

Remove product failed

5

Invalid Request Format

501

Update product failed

5

Invalid Request Format

999

F_IC_SERVICE_EDIT_002

E0006

Concurrent update

5

E005: Invalid Request Format

501

E501: Update product failed

6

E006: Unexpected internal error

SYSTEM_ERROR

SYSTEM_ERROR

5

Invalid Request Format

506

Get product failed

6

Unexpected internal error

999

server internal error

E5016

SYSTEM_EXCEPTION

503

Error getting document. Contact support

E5017

System internal error, please submit a ticket via : https://open.miravia.com/apps/home/contact_us?spm=a1zq7z.27027606.droot_normal_ticket_system.droot_normal_raise_ticket.1a287c73TKV1CC Miravia tech team will work on this within 24 hours

998

To ensure stability of service, this API service is disabled, please get more information from Notice.

509

E509: Seller address service exception

6

System_Error

6

System_Error

998

To ensure stability of service, this API service is disabled, please get more information from Notice.

6

System_Error

6

System_Error

12

E012: Empty RequestId

6

System_Error

118

E0118: no user email

700004

order_item_list can't be empty

6

System_Error

998

To ensure stability of service, this API service is disabled, please get more information from Notice.

509

E509: Seller address service exception

E0006

Concurrent product edit is not allowed.

2.2 Customer errors

Customer errors indicate that a problem that can be resolve through seller action (usually because he has submitted invalid data). This is the primary mechanism for providing feedback to the seller, so customer errors are generally related directly back to the seller seconds after they are received. Therefore, all customer error messages should be clear, concise, and indicate what the seller needs to do in order to resolve the issue; they should not contain stack traces, internal logging details, or obscure debugging information.


Example:

"code": "5",
    "type": "ISP",
    "message": "E005: Invalid Request Format",
    "request_id": "210399f217047126517751111"

Full list of errors.

Error Code

Error message

500

Failed to create the product.

6

System_Error

501

System_Error

4132

INVALID_REQUEST_FORMAT

5

Invalid_Request_Format

509

Seller Address Service Exception

4157

Auction_DB_Error

4159

THD_INVENTORY_ERR_CHANNEL_INV_NEGATIVE_SELLABLE

4166

CHANNEL_INV_NEGATIVE_SELLABLE

4169

SYSTEM_BUSY

4174

THD_INVENTORY_ERR_INV_NEGATIVE_SELLABLE

4176

image_process_exception

4190

PUB_EXTPOINT_ERROR

4191

SYSTEM_EXCEPTION

4193

SYS_ERROR

4194

THD_SELLER_ERR_GLOBAL_UNKNOW_ERROR

4196

THD_SELLER_UNKNOWN_EXCEPTION

1001

TheparametersarenotinJSONformat

4214

THD_MEDIA_CENTER_BIZ_PROCESS_ERROR

E5001

System error : IC DB commit update failed

4132

Invalid_Request_Format

4135

THD_IC_ERR

4157

Auction_DB_Error

4166

CHANNEL_INV_NEGATIVE_SELLABLE

4169

SYSTEM_BUSY

4176

image_process_exception

4190

Imágenes:PUB_EXTPOINT_ERROR:Error del sistema. Contacta el servicio de atención al cliente o vuélvelo a intentar más tarde [Anomalía en la extension de uno de los nodos

4191

SYSTEM_EXCEPTION

4193

SYS_ERROR

4196

THD_SELLER_UNKNOWN_EXCEPTION

1001

TheparametersarenotinJSONformat

4214

THD_MEDIA_CENTER_BIZ_PROCESS_ERROR

1000

SYS_ITEM_MODIFY_LIMIT_CODE

501

java.lang.NullPointerException

901

HSF_TIMEOUT_EXCEPTION

4215

Duplicate sku ID

5

Invalid Request Format

500

SYSTEM_ERROR

6

Unexpected internal error

E5009

System internal error, please submit a ticket via : https://open.miravia.com/apps/home/contact_us?spm=a1zq7z.27027606.droot_normal_ticket_system.droot_normal_raise_ticket.1a287c73TKV1CC Miravia tech team will work on this within 24 hours

E5008

System error : Inventory DB error

ServiceTimeout

The request has failed due to RPC timeout

SYSTEM_ERROR

SYSTEM_ERROR

UnknownRuntimeException

The request has failed due to RPC runtime failure

ISP ERROR

Empty error message

ServiceUnavailable

The request has failed due to a temporary failure of RPC server

6

Unexpected internal error

505

Error creating feed

5

E005: Invalid Request Format

301

E301: Migrate Image Failed

5

Invalid Request Format

5

Invalid Request Format

504

Set product Image failed

InternalError

SYSTEM_ERROR

6

System Error

6

System Error

InternalError

SYSTEM_ERROR

5

Invalid Request Format

503

Remove product failed

5

Invalid Request Format

501

Update product failed

5

Invalid Request Format

999

F_IC_SERVICE_EDIT_002

E0006

Concurrent update

5

E005: Invalid Request Format

501

E501: Update product failed

6

E006: Unexpected internal error

5

Invalid Request Format

506

Get product failed

6

Unexpected internal error

999

server internal error

E5016

SYSTEM_EXCEPTION

503

Error getting document. Contact support

E5017

System internal error, please submit a ticket via : https://open.miravia.com/apps/home/contact_us?spm=a1zq7z.27027606.droot_normal_ticket_system.droot_normal_raise_ticket.1a287c73TKV1CC Miravia tech team will work on this within 24 hours

998

To ensure stability of service, this API service is disabled, please get more information from Notice.

509

E509: Seller address service exception

6

System_Error

6

System_Error

998

To ensure stability of service, this API service is disabled, please get more information from Notice.

6

System_Error

6

System_Error

12

E012: Empty RequestId

6

System_Error

118

E0118: no user email

700004

order_item_list can't be empty

6

System_Error

998

To ensure stability of service, this API service is disabled, please get more information from Notice.

509

E509: Seller address service exception

E0006

Concurrent product edit is not allowed,productId:1356894273737457,serverIP:33.3.132.161

4236

PRODUCT_PUB_REPEAT_INACTIVE:Product already exist, and the product was published as inactive, because of unauthorised of category, brand or dbs. seller sku: [\1000055840\"]""

4235

PRODUCT_PUB_REPEAT:Productalreadyexist.sellersku:[\2251\"]"

4234

PRODUCT_MISSING_PERMISSIONS:The product was published as inactive, because of unauthorised of category, brand or dbs. productId = 1356818129754721, reason = [\You do not have permissions to create product with this brand, please apply here : https://sellercenter.proyectoarise.es/apps/setting/brand/application?spm=a2a4n.27653341.page_title.d_apply_new.41dd4edfkrx8ol brandId = 21432887745\"]""

4231

THD_MEDIA_CENTER_BIZ_PROCESS_ERROR

4112

Información de variantes:C008:Las propiedades de venta dentro de un SKU están duplicadas.

4108

Información de variantes:C004:Código EAN: no puede estar en blanco

4134

Seleccione la categoría de último nivel.

4123

Check de calidad, Kindly list your products in the correct category , miscategorisation is not allowed on the platform.

4119

Información de variantes:C015:Tasa de precio especial está fuera de rango 0.20 ~ 1.00

4148

Código EAN:BIZ_CHECK_EAN_CODE_VAILD:El código de barras EAN solo admite números y una longitud máxima de 14 caracteres.

4114

BIZ_CHECK_PRICE_SAMPLE_NON_ZERO

4104

PRICE PRECISION INVALID

4116

Información de variantes:C012:La imagen principal tiene duplicado

4118

BIZ_CHECK_PRICE_IS_ZERO

4129

BIZ_CHECK_PROP_SPECIAL_CHAR

4131

BIZ_CHECK_CAT_PROP_SENSITIVE_WORDS

4133

Invalid_variation

4138

BIZ_CHECK_EXIST_OUTER_IMAGE:external image url not allowed.MainImage

4140

Materiales peligrosos:CHK_ENUM_PROP_VALUE_NOT_IN_OPTION:El valor de la propiedad ilegal el valor de la propiedad, no de las propiedades de lista de candidatos en propiedad llamado Materiales peligrosos[226649313] ?presentado el valor de la propiedad para 9390368[null]

4146

Marca:BIZ_CHECK_BRAND_PERMISSION_TIER_ONE:Esta marca solo está disponible para vendedores seleccionados

4147

Marca:BIZ_CHECK_BRAND_PERMISSION_TIER_TWO:<p>Tienes que solicitar dicha marca para poder utilizarla. <a href=https://sellercenter.proyectoarise.es/apps/setting/brand/application?spm=a2a4n.27653341.page_title.d_apply_new.41dd4edfkrx8ol" target="_blank" rel="noopener">Solicitar marca</a></p>"

4149

Código EAN:BIZ_CHECK_EAN_CODE_SAME:eancode only allow in number

4145

Información de variantes:BIZ_CHECK_MAX_PACKAGE_WEIGHT:Peso del paquete:El peso del paquete supera los 40 kg. Por favor, elige la opción de 'Enviado por el vendedor' o solicita esta opción a tu brand manager.

4144

Información de variantes:BIZ_CHECK_MAX_PACKAGE_DIMENISIONS:Altura del paquete:Las dimensiones del paquete (longitud + ancho + altura) es igual o supera los 300 cm. Por favor, elige la opción de 'Enviado por el vendedor' o solicita esta opción a tu brand manager

4115

CHK_CATPROP_CPV_NOT_ENUM

4111

CHK_CATPROP_CPV_TEXT_REPEAT

4141

THD_IC_ERR_F_IC_INFRA_PRODUCT_036:Insert sku outer id relation failed, outerId already exists

4106

CATPROP_CPV_INPUT_SIZE_LIMIT

4175

THD_IC_ERR_F_IC_SCENE_IMAGE_001:Image is missing for live product

4179

THD_IC_ERR_F_PRODUCT_00_15_004:The max length of Multi title for locale es_ES can not exceed 255 bytes

4180

BIZ_CHECK_ITEM_HAS_REACH_LIMIT

4181

BIZ_CHECK_MAIN_IMAGE_TOO_MANY

4182

This attribute size is not found in the category attribute library.

4170

Price_Out_Of_Range

4162

Enviado por el vendedor:CHK_DELIVERY_SOF:No permite usar entregado por el vendedor"."

4178

Product_Owner_Mismatch

4161

Información de variantes: BIZ_CHECK_PACKAGE_NUMERIC_NEGATIVE:El valor del atributo del paquete no puede ser negativo

4177

Seller_Not_Verified

4156

THD_IC_ERR_F_IC_SERVICE_EDIT_002:Concurrent product edit is not allowed,please try again

4160

BIZ_CHECK_TOTAL_SALE_PROP_MAX_ITEMS:Total de venta de venta más que maxitems 2.

4163

BIZ_CHECK_NO_EDIT_ITEM_LOCK:Este producto está actualmente bloqueado, por lo que no puede hacer la edición. Vaya a datos Inisight> Cumplimiento de políticas para desbloquear el producto

4158

THD_IC_ERR_FC_IC_SKU_IMAGE_001:If you upload a sku picture, then all sku must be uploaded

4159

THD_INVENTORY_ERR_CHANNEL_INV_NEGATIVE_SELLABLE:negative sellable on channel inventory,entityId=2071286384802979,id=102953391

4164

Información de variantes:BIZ_CHECK_SPECIAL_PRICE_GREATER_THAN_PRICE:El precio especial debería ser menor que el precio

4165

BIZ_CHECK_EXIST_OUTER_IMAGE_DESCRIPTION:Lo sentimos, no se permite a?adir una URL externa en la descripción del producto. Por favor, cargue la imagen en el centro de medios y reemplácela con la URL del centro de medios

4167

SELLER_SKU_EMPTY

4168

SELLER_SKU_INVALID

4172

SKU_NOT_FOUND

4173

Información de variantes:BIZ_CHECK_PACKAGE_NUMERIC_INVALID:El valor del atributo del paquete no es válido

4174

Reducing the quantity is not possible at the moment. The sellable quantity is currently being processed by our system. Please try this action later.

4189

THD_IC_ERR_F_DOMAIN_PRICE_00_01_003

4155

BIZ_CHECK_BRAND_PERMISSION_FAILURE

4197

The Variation Name Is Duplicate, The Variation Node is: Variation2, The Duplicate Name is: Tama?o OK

4198

The SKU Variation Name is Missing

1

Parameter is mandatory

4110

Marca:C006:Brand es necesario pero falta.

4212

BIZ_CHECK_FRESH_CATE_NO_DBS:The fresh products under this category only allows 'Delivery by seller' option, so please contact your category manager to apply DBS permission

4222

VARIATION_CATEGORY_SIZE_IMAGE: When size is passed in as a standard category attribute, it is not allowed to set hasImage true.

4228

image format incorrect

4221

The Variation Name's Content Exceeds Maximum Length Limit : 15

201

Invalid CategoryId

4213

BIZ_CHECK_PACKAGE_DECIMAL_INVALID

4223

THD_IC_ERR_F_IC_SCENE_EDIT_053:invalid productPackage,the weight of package must be less than 300,inputValue:500.000,productId:1355923767539739,skuId:2068708549789723,,serverIP:33.27.100.201

4218

CATEGORY_INACTIVE

4219

CATEGORY_ID_INVALID

1003

The maximum number of sku that can be updated is 50.

204

ITEM_NOT_FOUND

4137

ITEM_NOT_FOUND: Cannot find item by the sellerSku, the sellerSku is not exist

4166

The Stock cant be updated as the minimum guarantee stock of promotion or unshiped orders is 180sku : 2068510067559945

4170

The price is out of range

4172

Product edit was blocked by tag,SKU_NOT_FOUND

4177

SELLER_NOT_PERMITTED

4178

NO_EDITING_LOCK_ITEM

4188

Product edit was blocked by tag

1003

The maximum number of sku that can be updated is 50.

4156

Concurrent product edit is not allowed,please try again

4203

INVALID_PRICE_FORMAT: Precision of price cannot exceed 2 decimal places

4204

INVALID_SALE_PRICE_FORMAT: Precision of SalePrice cannot exceed 2 decimal places

4205

INVALID_QUANTITY_FORMAT: The stock quantity should be integer and positive numbers

4207

INVALID_MULTI_WAREHOUSE_QUANTITY_OR_WAREHOUSE_CODE_FORMAT

4210

NO_DATA_TO_UPDATE: no data to update

4218

CATEGORY_INACTIVE

PS_NUMBER_FORMAT_ERROR

The value of Quantity is not valid, only numbers(≥0) and empty value are accepted.

4206

MultiWarehouseQuantity cannot be less than 0

E5006

Product is being edited concurrently

E5007

Trying to edit someone's product

E4005

This product is currently blocked by a campaign event and cannot be edited at this time. You can check whether you are currently in a campaign event by visiting the following link: https://sellercenter.miravia.es/apps/campaign/home. If you are not currently in a campaign event and are still experiencing issues, please contact our support team for further assistance.

E4006

Can not edit product of someone else

E4016

Please ensure that the Seller SKU format is correct. Use a dot instead of a comma for the decimal part. For example, use [100000.53] instead of [100.000,53].

E4017

The price of this product or SKU cannot be zero

E4019

Error updating price. We have detected that the price you entered is higher than the promotion price. Please adjust the promotion price to a higher value or the regular price to a lower value.

AppCallLimit

App access frequency exceeds the limit.

IllegalAccessToken

The specified access token is invalid or expired

IncompleteSignature

The request signature does not conform to platform standards

MissingParameter

Parameter is mandatory for processing this request is not supplied

HttpMethodNotAllow

The http method is not allow

AppWhiteIpLimit

The binding IP whitelist of the app does not contain the source IP of the current request

IllegalTimestamp

The timestamp is invalid or malformed

InvalidAppKey

The specified App Key is invalid

InsufficientPermission

App does not have permission to access this api

AppApiCallLimit

The frequency of app access to the api exceeds the limit

InvalidCode

InvalidCode

IllegalRefreshToken

IllegalRefreshToken

-1

Noresultmatched,pleasecheckandtrysomenewvalues

402

Feed not found. Check if it exists

506

Feed in wrong status

400

Check input parameters

403

Document not found, check if it exists

402

Feed not found, check if it exists

403

Document not found, check if it exists

1000012

endTime - startTime must should be less than 180 days

302

Not supported URL

307

E307: Fail to download image.

304

E304: Get Response Failed

E4020

E005: Invalid Request Format

310

E310: The image format is invalid

309

E309: The image is too small

303

The image is too large

208

E208: Get empty response, maybe invalid requestId

302

E302: Not supported URL - IMAGE_DIMENSION_BELOW_LOWER_LIMIT-Image min height [330], min width[330].

E4020

E005: Invalid Request Format

302

Not supported URL

303

The image is too large

204

Too many SKU in one request

E4020

Invalid Request Format

404

Order not found.

16

Invalid Order ID

404

Order not found.

133

invalid seller id for this order

102

trade order line id is empty or invalid

122

invalid trade order

123

invalid trade order lines

124

invalid seller id for this order line

122

trade order line id is empty or invalid

123

invalid trade order

124

invalid trade order lines

119

invalid seller id for this order line

107

cannot find any cancel reasons for these orders

108

invalid action

109

reason can't be empty if you want to refuse return or refund

110

comment can't be empty if you want to refuse return or refund

114

image can't be empty if you want to refuse refund

125

this reverse does not support this action

126

invalid reverse id

127

invalid reverse order lines

InvalidParameter

invalid seller id for this reverse order line

14

InvalidParameter

17

Invalid Offset

18

Invalid Date Format

19

Either CreatedAfter or UpdatedAfter is mandatory

36

Invalid Limit

75

Invalid status filter

97

Invalid sort filter.

InvalidParameter

Offset and limit sum should not exceed 5000.

404

InvalidParameter

E0002

Order not found.

E0003

Product not exists

E0004

Seller Sku not exists

207

Product Status not online

EDIT_ITEM_NOT_BELONG_SELLER

SKU not exist

InvalidParameter

Youarenotauthorizedtoedittheitem.

1006

InvalidParameter

204

SellerSku Not Exist

5

Too many SKU in one request

209

Invalid Request Format

30

Invalidvariation

E0002

Empty request

E0003

Product not exists

E0004

Seller Sku not exists

E1002

Product Status not online

PARAM_INVALID

Update failed (maximum number of active products reached, try to activate product without brand permissions...)

4137

PARAM_INVALID

PARAM_INVALID

ITEM_NOT_FOUND:CannotfinditembythesellerSku

17

PARAM_INVALID

19

Invalid Date Format

36

Invalid Limit

InvalidParameter

Invalid status filter

9

InvalidParameter

E4002

AccessDenied

E0001

The attribute you have inserted is not correct

38

Parameter ItemId is mandatory

1

E038: Too many orders were requested, should be less than 80

4171

E001: Parameter PrimaryCategory is mandatory

E4022

,NO_EDITING_OTHERS_ITEM

700021

No results matched. Please enter valid values

4172

order not found!

700031

SKU_NOT_FOUND: sellerSku 19537SPANACOTTA_1 is not exist

E0005

item not ready to fulfill!

1004

E005: Invalid Request Format

4212

E1004: search category attribute failed, category does not exist.

E0005

BIZ_CHECK_FRESH_CATE_NO_DBS:The fresh products under this category only allows 'Delivery by seller' option, so please contact your category manager to apply DBS permission

4163

E005: Invalid Request Format

310

BIZ_CHECK_NO_EDIT_ITEM_LOCK:Este producto está actualmente bloqueado, por lo que no puede hacer la edición. Vaya a datos Inisight> Cumplimiento de políticas para desbloquear el producto

309

E310: The image format is invalid

30

E309: The image is too small

124

E030: Empty Request

1001

E0124: invalid seller id for this order line {seller_id}

SUGG_CATEGORY_ID_INVALID

The parameters are not in JSON format

203

Please add more than 5 words and more than 25 characters on the product title so that the algorithm can show the product with a higher accuracy when users search for the item

4192

E203: Too many images in one SKU

InvalidParameter

THD_IC_ERR_F_DOMAIN_IMAGE_00_01_003:duplicate image limit,url,serverIP:33.3.131.127

100

The specified parameter “null#packages” is not valid

E4137

E0100: reverse order list is empty

16

ITEM_NOT_FOUND: Cannot find item by the sellerSku, the sellerSku is not exist

E4017

E016: 0 Invalid Order ID

E4050

The price of this product or SKU cannot be zero. Please enter a valid price for the product or SKU that is greater than zero and try again.

4240

At least one image URL is not accessible or the system has not received a response from the server. Either the URL server or the image provider has rejected the download request. Please check the status of the URL.

113

brand are pending

4241

E0113: reverse order line have unknown status

E4141

BRAND_REJECT

E4137

Failed to insert seller SKU relation. The seller SKU already exists.

E4137

ITEM_NOT_FOUND: Cannot find item by the sellerSku, the sellerSku is not exist

700022

ITEM_NOT_FOUND: Cannot find item by the sellerSku, the sellerSku is not exist

BATCH_VALIDATION_ENDPOINT_FAILED

batch size out of limit!

FAQ

关于此文档暂时还没有FAQ
文档标签:
xx
返回
顶部