Compare commits
No commits in common. "2811d16323a67d4023e34a7062dc04d83d4147b5" and "b013e9042cc22d1d4aadd588c56f78167174a453" have entirely different histories.
2811d16323
...
b013e9042c
@ -31,8 +31,6 @@ export class PayFun {
|
|||||||
let obj: payLog = {time: G.time, type: type};
|
let obj: payLog = {time: G.time, type: type};
|
||||||
if (conf.time != -1) obj.eTime = time + conf.time;
|
if (conf.time != -1) obj.eTime = time + conf.time;
|
||||||
|
|
||||||
obj.args = payArgs
|
|
||||||
|
|
||||||
if (payId == 'G123SendGift') {
|
if (payId == 'G123SendGift') {
|
||||||
obj.popup_id = payArgs.popup_id
|
obj.popup_id = payArgs.popup_id
|
||||||
obj.template_id = payArgs.template_id
|
obj.template_id = payArgs.template_id
|
||||||
@ -252,7 +250,7 @@ export class PayFun {
|
|||||||
console.log("Christmasfun.payChristmas Error", e);
|
console.log("Christmasfun.payChristmas Error", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (payArgs && payArgs?.htype && payArgs?.selectList) {
|
if (payArgs && payArgs?.htype) {
|
||||||
let selectPrize = await G.ioredis.get(`pay:${payId}:${player.uid}`);
|
let selectPrize = await G.ioredis.get(`pay:${payId}:${player.uid}`);
|
||||||
if (selectPrize) {
|
if (selectPrize) {
|
||||||
prize.push(...JSON.parse(selectPrize))
|
prize.push(...JSON.parse(selectPrize))
|
||||||
|
@ -20,11 +20,6 @@ export type payLog = {
|
|||||||
* @system 系统赠送
|
* @system 系统赠送
|
||||||
*/
|
*/
|
||||||
type: 'user' | 'system' | 'legu';
|
type: 'user' | 'system' | 'legu';
|
||||||
/**
|
|
||||||
* 其他信息
|
|
||||||
*/
|
|
||||||
args?: any;
|
|
||||||
|
|
||||||
|
|
||||||
/** G123 */
|
/** G123 */
|
||||||
popup_id?: string
|
popup_id?: string
|
||||||
|
@ -18482,14 +18482,6 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "args",
|
|
||||||
"type": {
|
|
||||||
"type": "Any"
|
|
||||||
},
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 4,
|
|
||||||
"name": "popup_id",
|
"name": "popup_id",
|
||||||
"type": {
|
"type": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
@ -18497,7 +18489,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 4,
|
||||||
"name": "buyNumber",
|
"name": "buyNumber",
|
||||||
"type": {
|
"type": {
|
||||||
"type": "Number"
|
"type": "Number"
|
||||||
@ -18505,7 +18497,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 5,
|
||||||
"name": "template_id",
|
"name": "template_id",
|
||||||
"type": {
|
"type": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
|
Loading…
Reference in New Issue
Block a user