赞
踩
- interface Iobj {
- code:number,
- msg:string
- }
-
- const login = ():Promise<Iobj> => {
- return new Promise((res,rej)=>{
- res({
- code:1,
- msg:'ok'
- })
- })
- }
- login().then(res=>{
- console.log(res)
- })
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。