Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -292,7 +292,7 @@ public static void pay(final PoolPayInfo poolPayInfo,final PoolPayListener poolP | ... | @@ -292,7 +292,7 @@ public static void pay(final PoolPayInfo poolPayInfo,final PoolPayListener poolP |
292 | 支付信息实体类(PoolPayInfo)字段说明 | 292 | 支付信息实体类(PoolPayInfo)字段说明 |
293 | | 参数 | 说明 | | 293 | | 参数 | 说明 | |
294 | | ----------- | ------------------- | | 294 | | ----------- | ------------------- | |
295 | -| amount | 金额(单位元,必须大于 0) | | 295 | +| amount | 金额(单位元,必须大于 0,需传入整型数据) | |
296 | | productId | 商品 ID(如果没有可以传空字符 串) | | 296 | | productId | 商品 ID(如果没有可以传空字符 串) | |
297 | | productName | 商品描述 | | 297 | | productName | 商品描述 | |
298 | | roleid | 角色 id | | 298 | | roleid | 角色 id | | ... | ... |
-
Please register or login to post a comment