curl --location --request GET 'https://test-api.yunjishop.cn/payment/PaySignAlipay/list'
{
"total": 0,
"rows": [
{
"signAlipayId": 0,
"userId": 0,
"agreementNo": "string",
"externalAgreementNo": "string",
"personalProductCode": "string",
"invalidTime": "2019-08-24T14:15:22Z",
"validTime": "2019-08-24T14:15:22Z",
"lastDeductTime": "2019-08-24T14:15:22Z",
"signStatus": 0,
"rechargeConfigId": 0,
"signPrice": 0,
"giftPigCoin": 0,
"rechargeVipType": 0,
"deviceType": 0,
"executeTime": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string"
}