curl --location --request POST '/192.168.0.124/v1/pay/alipay' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'order_id=GZ201909081743431459' \
--data-urlencode 'phone=17691087194' \
--data-urlencode 'product_id=6' \
--data-urlencode 'product_name=包月10元' \
--data-urlencode 'pay_method=alipay' \
--data-urlencode 'price=0.01'{}