按货币类型打开不同充值页面 » 历史记录 » 版本 2
yangdefeng, 2023-07-08 16:13
1 | 2 | yangdefeng | h4. *{color:fireBrick}按货币类型打开不同充值页面* |
---|---|---|---|
2 | 1 | yangdefeng | |
3 | *模块说明* |
||
4 | |||
5 | *相关命令* |
||
6 | [[pullPay]] |
||
7 | |||
8 | - |
||
9 | - |
||
10 | |||
11 | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
12 | |||
13 | - |
||
14 | - |
||
15 | |||
16 | bq. [<notextile>@</notextile>main] |
||
17 | #say |
||
18 | <金币充值/<notextile>@</notextile>金币充值>\ \ |
||
19 | <元宝充值/<notextile>@</notextile>元宝充值>\ \ |
||
20 | <荣誉充值/<notextile>@</notextile>荣誉充值>\ \ |
||
21 | |
||
22 | |
||
23 | [<notextile>@</notextile>金币充值] |
||
24 | #say |
||
25 | <金币充值1/<notextile>@</notextile>金币充值1>\ \ |
||
26 | <金币充值2/<notextile>@</notextile>金币充值2>\ \ |
||
27 | <金币充值3/<notextile>@</notextile>金币充值3>\ \ |
||
28 | <金币充值4/<notextile>@</notextile>金币充值4>\ \ |
||
29 | <返回/<notextile>@</notextile>返回> |
||
30 | |
||
31 | |
||
32 | [<notextile>@</notextile>元宝充值] |
||
33 | #say |
||
34 | <元宝充值1/<notextile>@</notextile>元宝充值1>\ \ |
||
35 | <元宝充值2/<notextile>@</notextile>元宝充值2>\ \ |
||
36 | <元宝充值3/<notextile>@</notextile>元宝充值3>\ \ |
||
37 | <元宝充值4/<notextile>@</notextile>元宝充值4>\ \ |
||
38 | <返回/<notextile>@</notextile>返回> |
||
39 | |
||
40 | [<notextile>@</notextile>荣誉充值] |
||
41 | #say |
||
42 | <荣誉充值1/<notextile>@</notextile>荣誉充值1>\ \ |
||
43 | <荣誉充值2/<notextile>@</notextile>荣誉充值2>\ \ |
||
44 | <荣誉充值3/<notextile>@</notextile>荣誉充值3>\ \ |
||
45 | <荣誉充值4/<notextile>@</notextile>荣誉充值4>\ \ |
||
46 | <返回/<notextile>@</notextile>返回> |
||
47 | |
||
48 | [<notextile>@</notextile>金币充值1] |
||
49 | #act |
||
50 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
51 | |
||
52 | [<notextile>@</notextile>金币充值2] |
||
53 | #act |
||
54 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
55 | |
||
56 | [<notextile>@</notextile>金币充值3] |
||
57 | #act |
||
58 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
59 | |
||
60 | [<notextile>@</notextile>金币充值4] |
||
61 | #act |
||
62 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
63 | |
||
64 | [<notextile>@</notextile>元宝充值1] |
||
65 | #act |
||
66 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
67 | |
||
68 | [<notextile>@</notextile>元宝充值2] |
||
69 | #act |
||
70 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
71 | |
||
72 | [<notextile>@</notextile>元宝充值3] |
||
73 | #act |
||
74 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
75 | |
||
76 | [<notextile>@</notextile>元宝充值4] |
||
77 | #act |
||
78 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
79 | |
||
80 | [<notextile>@</notextile>荣誉充值1] |
||
81 | #act |
||
82 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
83 | |
||
84 | [<notextile>@</notextile>荣誉充值2] |
||
85 | #act |
||
86 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
87 | |
||
88 | [<notextile>@</notextile>荣誉充值3] |
||
89 | #act |
||
90 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
91 | |
||
92 | [<notextile>@</notextile>荣誉充值4] |
||
93 | #act |
||
94 | [[messageBox]] 请使用pullpay命令调用对应充值id |
||
95 | |
||
96 | |
||
97 | [<notextile>@</notextile>返回] |
||
98 | #act |
||
99 | goto <notextile>@</notextile>main |