@be-link/ecommerce-backend-bff-service-node-sdk 0.1.22 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
9
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
|
10
|
-
};
|
|
11
2
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
4
|
};
|
|
@@ -38,9 +29,3 @@ class MiniprogramVerificationService extends BaseService_1.default {
|
|
|
38
29
|
}
|
|
39
30
|
}
|
|
40
31
|
exports.MiniprogramVerificationService = MiniprogramVerificationService;
|
|
41
|
-
__decorate([
|
|
42
|
-
__param(0, body())
|
|
43
|
-
], MiniprogramVerificationService.prototype, "getPhonesByPhoneEndStoreId", null);
|
|
44
|
-
function body() {
|
|
45
|
-
throw new Error('Function not implemented.');
|
|
46
|
-
}
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
8
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
|
9
|
-
};
|
|
10
1
|
import BaseService from '../../BaseService.mjs';
|
|
11
2
|
/**
|
|
12
3
|
* MiniprogramUserService - 小程序用户服务模块
|
|
@@ -31,9 +22,3 @@ export class MiniprogramVerificationService extends BaseService {
|
|
|
31
22
|
return this.request(this.verifyOrders, request);
|
|
32
23
|
}
|
|
33
24
|
}
|
|
34
|
-
__decorate([
|
|
35
|
-
__param(0, body())
|
|
36
|
-
], MiniprogramVerificationService.prototype, "getPhonesByPhoneEndStoreId", null);
|
|
37
|
-
function body() {
|
|
38
|
-
throw new Error('Function not implemented.');
|
|
39
|
-
}
|