• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • config
  • from.js
  • from-modified
    1ca797b2
    by 郭成尧
    2017-09-20 10:49:59 +0800  
    Browse File »
from.js 494 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
/**
 * 登录来源
 */
module.exports = {
    yohobuy: {
        business_line: 'Yoho!Buy',
        content_code: 'b7a510c2ece17d205a8f17b06ee8d2af'
    },
    yohomars: {
        business_line: 'mars',
        content_code: ''
    },
    yohocoffee: {
        business_line: 'Yo!Coffee',
        content_code: ''
    },
    yohogreen: {
        business_line: 'Yo!Green',
        content_code: ''
    },
    yoholittle: {
        business_line: 'Yo!Little',
        content_code: ''
    }
};