UNPKG

jbzwebsdk

Version:

Shanghai jinbaozheng easy network technology Co.,Ltd sdk

12 lines (9 loc) 156 B
/** * Created by cuppi on 2017/9/4. */ interface LocationParas{ cityId: number longitude: number latitude: number } export default LocationParas;