"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllinPaySybService = void 0;
class AllinPaySybService {
constructor(bin) {
this.bin = bin;
this.config = this.bin.config;
}
}
exports.AllinPaySybService = AllinPaySybService;