passport-api-map.js 487 Bytes
module.exports = {
  '/api/ufo/sellerOrder/entryStatus': {
    ufo: true,
    auth: true,
    api: 'ufo.sellerOrder.entryStatus',
    params: {}
  },
  '/api/ufo/user/certification': {
    ufo: true,
    auth: true,
    api: 'ufo.user.alipayCertification',
    params: {
      certName: { type: String, require: true },
      certNo: { type: String, require: true },
      frontImageUrl: { type: String, require: true },
      backImageUrl: { type: String, require: true }
    }
  },
};