Commit b9a0ea46 by 王昆

gsb

parent 5ce86556
......@@ -8,6 +8,7 @@ module.exports = (db, DataTypes) => {
channelNo: DataTypes.STRING(32),
thirdNo: DataTypes.STRING(32),
productType: DataTypes.STRING,
payStatus: DataTypes.STRING,
bdId: DataTypes.STRING,
bdPath: DataTypes.STRING,
price: DataTypes.BIGINT,
......
......@@ -198,6 +198,10 @@ class IborderService extends ServiceBase {
});
}
async completedOrder(params) {
}
async statTransData(params) {
var result = {
orderCount: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment