const API_BASE = 'https://api.ichunt.com';
//const API_BASE = 'http://api.liexin.com'
const API = {
    /**
     *  上传数据
     * */
    uploadSignForInfo: API_BASE + '/supplywechatsignfor/uploadSignForInfo',
    /**
     *  会员中心获取
     * */
    userInfo: API_BASE + '/supplywechatsignfor/userInfo',
    /**
     *  小程序登录
     * */
    login: API_BASE + '/supplywechatsignfor/login',
    /**
     *  上传文件
     * */
    upload: API_BASE + '/oss/upload',
    /**
     *  生成打印标签数据
     * */
    printLabel: API_BASE + '/supplywechatwms/printLabel',
    /**
     *  获取补打标签数据
     * */
    getPrintLabel: API_BASE + '/supplywechatwms/getPrintLabel',
    /**
     *  获取托盘下拉列表
     * */
    getTraySelectOption: API_BASE + '/supplywechatwms/getTraySelectOption',
    /**
     *  获取入仓号打印类型
     * */
    getErpOrderSnPrintLabelType: API_BASE + '/supplywechatwms/getErpOrderSnPrintLabelType',
    /**
     *  仓内作业列表
     * */
    warehouseOperationList: API_BASE + '/supplywechatwms/warehouseOperationList',
    /**
     *  仓内作业详情
     * */
    warehouseOperationDetail: API_BASE + '/supplywechatwms/warehouseOperationDetail',
    /**
     *  执行仓内作业
     * */
    execWarehouseOperation: API_BASE + '/supplywechatwms/execWarehouseOperation',
    /**
     *  收货登记列表
     * */
    getCheckInList: API_BASE + '/supplywechatwms/getCheckInList',
    /**
     *  新增收货登记
     * */
    addCheckIn: API_BASE + '/supplywechatwms/addCheckIn',
    /**
     *  新增异常收货登记
     * */
    addUnusualCheckIn: API_BASE + '/supplywechatwms/addUnusualCheckIn',
    /**
     *  理货列表
     * */
    getGoodsArrangeData: API_BASE + '/supplywechatwms/getGoodsArrangeData',
    /**
     *  获取理货异常列表
     * */
    getUnusualCheckInList: API_BASE + '/supplywechatwms/getUnusualCheckInList',
    /**
     * 新增理货异常问客
     */
    addAskCustomer: API_BASE + '/supplywechatwms/addAskCustomer',
    /**
     * 新增理货
     */
    addSortGodds: API_BASE + '/supplywechatwms/addSortGodds',
    /**
     * 获取理货异常问题列表
     */
    getAllException: API_BASE + '/supplywechatwms/getAllException',
    /**
     * 获取理货异常问题对应的数据数组
     */
    getExceptionData: API_BASE + '/supplywechatwms/getExceptionData',
    /**
     * 获取理货异常列表
     */
    getUnusualSortGoodsList: API_BASE + '/supplywechatwms/getUnusualSortGoodsList',
    /**
     * 获取理货问客详情
     */
    getAskCustomerDetail: API_BASE + '/supplywechatwms/getAskCustomerDetail'


}




module.exports = {
    API
}