# Get the order page path information

Debugging tools

Interface should be called on the server side, seeHattori API

# Interface Dxplaination

# Interface name

GetOrderPathInfo

# Functional description

This interface is used to get the order page path information.

# Calling mode

# HTTPS call


POST https://api.weixin.qq.com/wxa/security/getorderpathinfo?access_token=ACCESS_TOKEN 

# Third Party Invocation

  • The calling method and parameters are the same as HTTPS, only the calling token is different

  • The permission set id to which this interface belongs is: 18

  • After the service provider has been authorized with one of the permission sets, it can do so by usingauthorizer_access_TokenCalling on behalf of the merchant

# Request parameters

attribute type Required Introductions
access_Token string yes Interface invokes the certificate, which is URL Parameters, non Body Parameters. useauthorizer_access_Token
info_type number yes 0: Online Version, 1: Audited Version

# Return parameters

attribute typeIntroductions
errcode number Return code
errmsg string Return Code Information
msg object Order page path information
attribute type Introductions
path string Order page path
img_list array The picture submitted by the application url, the audited version will display
video string The video url of the application submission, the moderated version will show
test_account string The test account number submitted by the application, the review version will show
test_pwd string The test password submitted by the application, the review version will show
test_remark string The test notes submitted by the application, the review version will show
status number Order page path status, see additional instructions
apply_time number Application time

# Other Notes

# Application Status Notes

value Introductions
2 Under review
3 Audit failure
4 Approved by

# Call Example

Example Dxplaination: HTTPS requests

# Sample Request Data


{
	info_type:0
} 

# Return Data Example


{
    "errcode": 0,
    "errmsg": "ok",
    "msg":{
    	"path":"pages/test_path " ,
    	"img_list":[
    		"img_url1","img_url2"
    	],
    	"video":"vedio_url",
    	" test_account":"test_user",
    	" test_pwd":"test_pwd",
    	" test_remark":"测试备注",
    	"come_from":1,
    	"status":3,
    	"apply_time":1669012695
    }
} 

# Error code

Error code Error code Solutions
-1 system error The system is busy, please wait for the developer to try again
61041 Order page path not set