Commit 1195ee18 authored by Alex朱枝文's avatar Alex朱枝文

apiname

parent 5b5462a2
......@@ -784,9 +784,20 @@ class YHAllApiName {
static let contactList = "super-app/business-card/list"
}
// 动态
struct Dynamic {
static let list = "super-app/content/posts/list"
static let like = "super-app/content/posts/message-like"
static let publishCircle = "super-app/content/posts/add"
}
// 资源
struct Resource {
static let yhManagerId = "super-app/yh-manager/yh-id"
static let companyList = "super-app/company/company-list"
static let companyDetail = "super-app/company/company-detail"
static let myCompany = "super-app/company/my-company"
static let categoryList = "super-app/company/index-list"
static let author = "super-app/company/author"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment