curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/open/app/delivery/template/query?delivery_type=SAME_CITY' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"delivery_type":"SAME_CITY",
"template_id":"10001",
"attrs":{
"name":"品牌",
"key":"key",
"type":"input",
"value":"颜色",
"range":"1,99999",
"length":"1,30",
"is_required":true
}
}