UNPKG
@pluve/wasm-sms
Version:
beta (0.2.1)
latest (1.2.0)
1.2.0
1.1.1
1.1.0
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
wasm sms sdk
gitlab.pharmacyyf.com/frontend-common/wasm-sms
@pluve/wasm-sms
/
dist
/
types.d.ts
10 lines
(9 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
IApiEnv
=
'prod'
|
'test'
;
export
interface
ISendCodeParams
{
mobile
:
string
;
source
:
'SCRM'
|
'DJYY'
|
'SCRM_JZT'
|
'SCRM_D'
|
'SCRM_JZT_D'
;
storeCode
?:
string
;
env
:
IApiEnv
;
wasmUrl
?:
string
;
wasmExecUrl
?:
string
; }