Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -467,7 +467,7 @@ public class AppActivity extends Activity implements OnClickListener { | ... | @@ -467,7 +467,7 @@ public class AppActivity extends Activity implements OnClickListener { |
467 | * 以下所有字段都是必填项 | 467 | * 以下所有字段都是必填项 |
468 | */ | 468 | */ |
469 | // 设置充值金额,单位“元” | 469 | // 设置充值金额,单位“元” |
470 | - poolPayInfo.setAmount("0.99"); | 470 | + poolPayInfo.setAmount("1"); |
471 | // 服务器id | 471 | // 服务器id |
472 | poolPayInfo.setServerID("1209"); | 472 | poolPayInfo.setServerID("1209"); |
473 | // 服务器名 | 473 | // 服务器名 | ... | ... |
-
Please register or login to post a comment