search

Home  >  Q&A  >  body text

How does PHP api get json data?

Different merchants need to register a client in advance and save it in the database

Apply for token

All api requests except the header must bring the Authorization value for the successful token

All requests must bring the parameter sign value. All parameters are executed according to the parameter algorithm to obtain a string.

Return example

[

{

"country_code": "AA",

"country_cn_name": "XXXX",

"country_en_name": "APO/FPO"

},

{

"country_code": "AD",

"country_cn_name": "XXXXX",

"country_en_name": "Andorra"

},

]

就这仌就这仌1412 days ago1354

reply all(2)I'll reply

  • 五彩斑斓的黑

    五彩斑斓的黑2021-03-13 13:25:39

    Look at the conventions of the interface document

    reply
    0
  • 天蓬老师

    天蓬老师2021-03-12 17:18:22

    Look at the conventions of the interface document

    reply
    0
  • Cancelreply