{"id":3754,"date":"2023-12-23T17:59:41","date_gmt":"2023-12-23T09:59:41","guid":{"rendered":"http:\/\/www.ponybai.com\/?p=3754"},"modified":"2023-11-25T18:02:00","modified_gmt":"2023-11-25T10:02:00","slug":"%e6%94%af%e6%8c%81%e7%b1%bb","status":"publish","type":"post","link":"http:\/\/www.ponybai.com\/?p=3754","title":{"rendered":"\u652f\u6301\u7c7b"},"content":{"rendered":"\n<p>\u652f\u6301\u7c7b\u5141\u8bb8\u60a8\u4e0e\u652f\u6301\u4e2d\u5fc3\u5e38\u7528\u7684\u8bb0\u5f55\u8fdb\u884c\u4ea4\u4e92\uff0c \u4f8b\u5982\u8425\u4e1a\u65f6\u95f4\u548c\u6848\u4f8b\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a><\/a>\u4e0e\u4f01\u4e1a\u5408\u4f5c \u5c0f\u65f6<\/h2>\n\n\n\n<p>\u8425\u4e1a\u65f6\u95f4\u7528\u4e8e\u6307\u5b9a\u8425\u4e1a\u65f6\u95f4 \u60a8\u7684\u5ba2\u6237\u652f\u6301\u56e2\u961f\u8fd0\u4f5c\u7684\u5730\u65b9\uff0c\u5305\u62ec\u591a\u9879\u4e1a\u52a1 \u591a\u4e2a\u65f6\u533a\u7684\u5c0f\u65f6\u6570\u3002\u672c\u793a\u4f8b\u67e5\u627e\u65f6\u95f4 1 \u4ece startTime \u5f00\u59cb\u7684\u5de5\u4f5c\u65f6\u95f4\uff0c\u8fd4\u56de\u672c\u5730\u7684 Datetime \u65f6\u533a\u3002\u5b83\u901a\u8fc7\u67e5\u8be2 BusinessHours \u6765\u83b7\u53d6\u9ed8\u8ba4\u5de5\u4f5c\u65f6\u95f4\u3002 \u6b64\u5916\uff0c\u5b83\u8fd8\u8c03\u7528\u8be5\u65b9\u6cd5\u3002<\/p>\n\n\n\n<p><samp>BusinessHours<\/samp><samp>add<\/samp><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ Get the default business hours\nBusinessHours bh = &#91;SELECT Id FROM BusinessHours WHERE IsDefault=true];\n\n\/\/ Create Datetime on May 28, 2008 at 1:06:08 AM in local timezone.\nDatetime startTime = Datetime.newInstance(2008, 5, 28, 1, 6, 8);\n\n\/\/ Find the time it will be one business hour from May 28, 2008, 1:06:08 AM using the\n\/\/ default business hours.  The returned Datetime will be in the local timezone.\nDatetime nextTime = BusinessHours.add(bh.id, startTime, 60 * 60 * 1000L);<\/code><\/pre>\n\n\n\n<p>\u672c\u793a\u4f8b\u67e5\u627e\u8ddd\u79bb 1 \u4e2a\u5de5\u4f5c\u5c0f\u65f6\u7684\u65f6\u95f4 startTime\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u8fd4\u56de\u65e5\u671f\u65f6\u95f4\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ Get the default business hours\nBusinessHours bh = &#91;SELECT Id FROM BusinessHours WHERE IsDefault=true];\n\n\/\/ Create Datetime on May 28, 2008 at 1:06:08 AM in local timezone.\nDatetime startTime = Datetime.newInstance(2008, 5, 28, 1, 6, 8);\n\n\/\/ Find the time it will be one business hour from May 28, 2008, 1:06:08 AM using the\n\/\/ default business hours.  The returned Datetime will be in GMT.\nDatetime nextTimeGmt = BusinessHours.addGmt(bh.id, startTime, 60 * 60 * 1000L);<\/code><\/pre>\n\n\n\n<p>\u4e0b\u4e00\u4e2a\u793a\u4f8b\u67e5\u627e startTime \u4e4b\u95f4\u7684\u5dee\u5f02 \u548c nextTime\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ Get the default business hours\nBusinessHours bh = &#91;select id from businesshours where IsDefault=true];\n\n\/\/ Create Datetime on May 28, 2008 at 1:06:08 AM in local timezone.\nDatetime startTime = Datetime.newInstance(2008, 5, 28, 1, 6, 8);\n\n\/\/ Create Datetime on May 28, 2008 at 4:06:08 PM in local timezone.\nDatetime endTime = Datetime.newInstance(2008, 5, 28, 16, 6, 8);\n\n\/\/ Find the number of business hours milliseconds between startTime and endTime as\n\/\/ defined by the default business hours.  Will return a negative value if endTime is\n\/\/ before startTime, 0 if equal, positive value otherwise.\nLong diff = BusinessHours.diff(bh.id, startTime, endTime);<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u4f7f\u7528\u6848\u4f8b<\/h2>\n\n\n\n<p>\u4f20\u5165\u548c\u4f20\u51fa \u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u65b9\u6cd5\u5c06\u7535\u5b50\u90ae\u4ef6\u4e0e\u5176\u76f8\u5e94\u7684\u6848\u4f8b\u76f8\u5173\u8054 \u7c7b\u65b9\u6cd5\u3002 \u6b64\u65b9\u6cd5\u4e0e Email-to-Case\uff08\u4e00\u4e2a\u81ea\u52a8\u5316\u8fc7\u7a0b\uff09\u4e00\u8d77\u4f7f\u7528 \u8fd9\u5c06\u4ece\u5ba2\u6237\u90a3\u91cc\u6536\u5230\u7684\u7535\u5b50\u90ae\u4ef6\u8f6c\u53d8\u4e3a\u5ba2\u6237\u670d\u52a1\u6848\u4f8b\u3002<samp>Cases<\/samp><samp>getCaseIdFromEmailThreadId<\/samp><\/p>\n\n\n\n<p>\u4ee5\u4e0b\u793a\u4f8b\u4f7f\u7528\u7535\u5b50\u90ae\u4ef6\u7ebf\u7a0b ID \u6765\u68c0\u7d22 \u76f8\u5173\u6848\u4f8b ID\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>public class GetCaseIdController {\n\n   public static void getCaseIdSample() {\n        \/\/ Get email thread ID \n        String emailThreadId = '_00Dxx1gEW._500xxYktg';\n        \/\/ Call Apex method to retrieve case ID from email thread ID \n        ID caseId = Cases.getCaseIdFromEmailThreadId(emailThreadId);\n    \n    }\n}<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\u533a\u57df\u7ba1\u74062.0<\/h1>\n\n\n\n<p>\u901a\u8fc7\u5bf9 Territory2 \u548c UserTerritory2Association \u6807\u51c6\u5bf9\u8c61\u7684\u89e6\u53d1\u5668\u652f\u6301\uff0c \u60a8\u53ef\u4ee5\u81ea\u52a8\u6267\u884c\u4e0e\u8fd9\u4e9b\u533a\u57df\u7ba1\u7406\u4e2d\u7684\u66f4\u6539\u76f8\u5173\u7684\u64cd\u4f5c\u548c\u6d41\u7a0b \u8bb0\u5f55\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Territory2 \u7684\u793a\u4f8b\u89e6\u53d1\u5668<\/h2>\n\n\n\n<p>\u6b64\u793a\u4f8b\u89e6\u53d1\u5668\u5728\u521b\u5efa\u6216\u5220\u9664 Territory2 \u8bb0\u5f55\u540e\u89e6\u53d1\u3002 \u6b64\u793a\u4f8b\u89e6\u53d1\u5668\u5047\u5b9a\u7ec4\u7ec7\u5177\u6709\u4e00\u4e2a\u540d\u4e3a&nbsp;TerritoryCount__c&nbsp;\u7684\u81ea\u5b9a\u4e49\u5b57\u6bb5\uff0c\u8be5\u5b57\u6bb5\u5728 Territory2Model \u5bf9\u8c61\u4e0a\u5b9a\u4e49\u4e3a \u8ddf\u8e2a\u6bcf\u4e2a\u533a\u57df\u6a21\u578b\u4e2d\u7684\u533a\u57df\u51c0\u6570\u91cf\u3002\u89e6\u53d1\u5668\u4ee3\u7801 \u6bcf\u6b21\u521b\u5efa\u6216\u5220\u9664\u533a\u57df\u65f6\uff0c\u9012\u589e\u6216\u9012\u51cfTerritoryCount__c\u5b57\u6bb5\u4e2d\u7684\u503c\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>trigger maintainTerritoryCount on Territory2 (after insert, after delete) {\n    \/\/ Track the effective delta for each model\n    Map&lt;Id, Integer&gt; modelMap = new Map&lt;Id, Integer&gt;();\n    for(Territory2 terr : (Trigger.isInsert ? Trigger.new : Trigger.old)) {\n       Integer offset = 0;\n       if(modelMap.containsKey(terr.territory2ModelId)) {\n           offset = modelMap.get(terr.territory2ModelId);\n       }\n       offset += (Trigger.isInsert ? 1 : -1);\n       modelMap.put(terr.territory2ModelId, offset);\n    }\n    \/\/ We have a custom field on Territory2Model called TerritoryCount__c\n    List&lt;Territory2Model&gt; models = &#91;SELECT Id, TerritoryCount__c FROM \n                            Territory2Model WHERE Id IN :modelMap.keySet()];\n    for(Territory2Model tm : models) {\n       \/\/ In case the field is not defined with a default of 0\n       if(tm.TerritoryCount__c == null) {\n           tm.TerritoryCount__c = 0;\n       }\n       tm.TerritoryCount__c += modelMap.get(tm.Id);\n    }\n    \/\/ Bulk update the field on all the impacted models\n    update(models);\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">UserTerritory2Association \u7684\u793a\u4f8b\u89e6\u53d1\u5668<\/h2>\n\n\n\n<p>\u6b64\u793a\u4f8b\u89e6\u53d1\u5668\u5728\u521b\u5efa UserTerritory2Association \u8bb0\u5f55\u540e\u89e6\u53d1\u3002 \u6b64\u793a\u4f8b\u89e6\u53d1\u5668\u5411 Sales Operations \u7ec4\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u901a\u77e5 \u8ba9\u4ed6\u4eec\u77e5\u9053\u7528\u6237\u5df2\u6dfb\u52a0\u5230\u533a\u57df\u3002\u5b83\u6807\u8bc6\u7528\u6237 \u8c01\u5c06\u7528\u6237\u6dfb\u52a0\u5230\u533a\u57df\u3002\u7136\u540e\uff0c\u5b83\u6807\u8bc6\u6bcf\u4e2a\u6dfb\u52a0\u7684\u7528\u6237\u4ee5\u53ca \u7528\u6237\u88ab\u6dfb\u52a0\u5230\u7684\u533a\u57df\u4ee5\u53ca\u533a\u57df\u6240\u5c5e\u7684\u533a\u57df\u6a21\u578b \u81ea\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>trigger notifySalesOps on UserTerritory2Association (after insert) {\n    \/\/ Query the details of the users and territories involved\n    List&lt;UserTerritory2Association&gt; utaList = &#91;SELECT Id, User.FirstName, User.LastName, \n       Territory2.Name, Territory2.Territory2Model.Name \n       FROM UserTerritory2Association WHERE Id IN :Trigger.New];\n            \n    \/\/ Email message to send\n    Messaging.SingleEmailMessage mail = new Messaging.SingleEmailMessage();\n    mail.setToAddresses(new String&#91;]{'salesOps@acme.com'}); \n    mail.setSubject('Users added to territories notification');     \n            \n    \/\/ Build the message body   \n    List&lt;String&gt; msgBody = new List&lt;String&gt;();\n    String addedToTerrStr = '{0}, {1} added to territory {2} in model {3} \\n';    \n    msgBody.add('The following users were added to territories by ' +  \n        UserInfo.getFirstName() + ', ' + UserInfo.getLastName() + '\\n');\n    for(UserTerritory2Association uta : utaList) {\n       msgBody.add(String.format(addedToTerrStr, \n           new String&#91;]{uta.User.FirstName, uta.User.LastName,\n                        uta.Territory2.Name, uta.Territory2.Territory2Model.Name}));    \n    } \n    \n    \/\/ Set the message body and send the email\n    mail.setPlainTextBody(String.join(msgBody,''));\n    Messaging.sendEmail(new Messaging.Email&#91;] { mail });\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u652f\u6301\u7c7b\u5141\u8bb8\u60a8\u4e0e\u652f\u6301\u4e2d\u5fc3\u5e38\u7528\u7684\u8bb0\u5f55\u8fdb\u884c\u4ea4\u4e92\uff0c \u4f8b\u5982\u8425\u4e1a\u65f6\u95f4\u548c\u6848\u4f8b\u3002<\/p>\n","protected":false},"author":1,"featured_media":3755,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[199],"tags":[223],"class_list":["post-3754","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apex-","tag-223"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u652f\u6301\u7c7b - \u767d\u767d\u968f\u7b14<\/title>\n<meta name=\"description\" content=\"\u652f\u6301\u7c7b\u5141\u8bb8\u60a8\u4e0e\u652f\u6301\u4e2d\u5fc3\u5e38\u7528\u7684\u8bb0\u5f55\u8fdb\u884c\u4ea4\u4e92\uff0c \u4f8b\u5982\u8425\u4e1a\u65f6\u95f4\u548c\u6848\u4f8b\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/www.ponybai.com\/?p=3754\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u652f\u6301\u7c7b - \u767d\u767d\u968f\u7b14\" \/>\n<meta property=\"og:description\" content=\"\u652f\u6301\u7c7b\u5141\u8bb8\u60a8\u4e0e\u652f\u6301\u4e2d\u5fc3\u5e38\u7528\u7684\u8bb0\u5f55\u8fdb\u884c\u4ea4\u4e92\uff0c \u4f8b\u5982\u8425\u4e1a\u65f6\u95f4\u548c\u6848\u4f8b\u3002\" \/>\n<meta property=\"og:url\" content=\"http:\/\/www.ponybai.com\/?p=3754\" \/>\n<meta property=\"og:site_name\" content=\"\u767d\u767d\u968f\u7b14\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-23T09:59:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-25T10:02:00+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.ponybai.com\/wp-content\/uploads\/2023\/11\/case.png\" \/>\n\t<meta property=\"og:image:width\" content=\"993\" \/>\n\t<meta property=\"og:image:height\" content=\"267\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"ponybai\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"ponybai\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/www.ponybai.com\/?p=3754#article\",\"isPartOf\":{\"@id\":\"http:\/\/www.ponybai.com\/?p=3754\"},\"author\":{\"name\":\"ponybai\",\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883\"},\"headline\":\"\u652f\u6301\u7c7b\",\"datePublished\":\"2023-12-23T09:59:41+00:00\",\"dateModified\":\"2023-11-25T10:02:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/www.ponybai.com\/?p=3754\"},\"wordCount\":33,\"publisher\":{\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883\"},\"keywords\":[\"\u652f\u6301\u7c7b\"],\"articleSection\":[\"Apex \u5f00\u53d1\u4eba\u5458\u6307\u5357\"],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/www.ponybai.com\/?p=3754\",\"url\":\"http:\/\/www.ponybai.com\/?p=3754\",\"name\":\"\u652f\u6301\u7c7b - \u767d\u767d\u968f\u7b14\",\"isPartOf\":{\"@id\":\"http:\/\/www.ponybai.com\/#website\"},\"datePublished\":\"2023-12-23T09:59:41+00:00\",\"dateModified\":\"2023-11-25T10:02:00+00:00\",\"description\":\"\u652f\u6301\u7c7b\u5141\u8bb8\u60a8\u4e0e\u652f\u6301\u4e2d\u5fc3\u5e38\u7528\u7684\u8bb0\u5f55\u8fdb\u884c\u4ea4\u4e92\uff0c \u4f8b\u5982\u8425\u4e1a\u65f6\u95f4\u548c\u6848\u4f8b\u3002\",\"breadcrumb\":{\"@id\":\"http:\/\/www.ponybai.com\/?p=3754#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/www.ponybai.com\/?p=3754\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/www.ponybai.com\/?p=3754#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"http:\/\/www.ponybai.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u652f\u6301\u7c7b\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.ponybai.com\/#website\",\"url\":\"http:\/\/www.ponybai.com\/\",\"name\":\"\u767d\u767d\u968f\u7b14\",\"description\":\"Salesforce\u5b98\u65b9\u8bb2\u5e08\",\"publisher\":{\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.ponybai.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883\",\"name\":\"ponybai\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/www.ponybai.com\/wp-content\/uploads\/2025\/03\/cropped-Ihsans-WeChatQR.jpg\",\"contentUrl\":\"http:\/\/www.ponybai.com\/wp-content\/uploads\/2025\/03\/cropped-Ihsans-WeChatQR.jpg\",\"width\":248,\"height\":248,\"caption\":\"ponybai\"},\"logo\":{\"@id\":\"http:\/\/www.ponybai.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/121.37.188.161\"],\"url\":\"http:\/\/www.ponybai.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u652f\u6301\u7c7b - \u767d\u767d\u968f\u7b14","description":"\u652f\u6301\u7c7b\u5141\u8bb8\u60a8\u4e0e\u652f\u6301\u4e2d\u5fc3\u5e38\u7528\u7684\u8bb0\u5f55\u8fdb\u884c\u4ea4\u4e92\uff0c \u4f8b\u5982\u8425\u4e1a\u65f6\u95f4\u548c\u6848\u4f8b\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/www.ponybai.com\/?p=3754","og_locale":"zh_CN","og_type":"article","og_title":"\u652f\u6301\u7c7b - \u767d\u767d\u968f\u7b14","og_description":"\u652f\u6301\u7c7b\u5141\u8bb8\u60a8\u4e0e\u652f\u6301\u4e2d\u5fc3\u5e38\u7528\u7684\u8bb0\u5f55\u8fdb\u884c\u4ea4\u4e92\uff0c \u4f8b\u5982\u8425\u4e1a\u65f6\u95f4\u548c\u6848\u4f8b\u3002","og_url":"http:\/\/www.ponybai.com\/?p=3754","og_site_name":"\u767d\u767d\u968f\u7b14","article_published_time":"2023-12-23T09:59:41+00:00","article_modified_time":"2023-11-25T10:02:00+00:00","og_image":[{"width":993,"height":267,"url":"http:\/\/www.ponybai.com\/wp-content\/uploads\/2023\/11\/case.png","type":"image\/png"}],"author":"ponybai","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"ponybai","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/www.ponybai.com\/?p=3754#article","isPartOf":{"@id":"http:\/\/www.ponybai.com\/?p=3754"},"author":{"name":"ponybai","@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883"},"headline":"\u652f\u6301\u7c7b","datePublished":"2023-12-23T09:59:41+00:00","dateModified":"2023-11-25T10:02:00+00:00","mainEntityOfPage":{"@id":"http:\/\/www.ponybai.com\/?p=3754"},"wordCount":33,"publisher":{"@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883"},"keywords":["\u652f\u6301\u7c7b"],"articleSection":["Apex \u5f00\u53d1\u4eba\u5458\u6307\u5357"],"inLanguage":"zh-Hans"},{"@type":"WebPage","@id":"http:\/\/www.ponybai.com\/?p=3754","url":"http:\/\/www.ponybai.com\/?p=3754","name":"\u652f\u6301\u7c7b - \u767d\u767d\u968f\u7b14","isPartOf":{"@id":"http:\/\/www.ponybai.com\/#website"},"datePublished":"2023-12-23T09:59:41+00:00","dateModified":"2023-11-25T10:02:00+00:00","description":"\u652f\u6301\u7c7b\u5141\u8bb8\u60a8\u4e0e\u652f\u6301\u4e2d\u5fc3\u5e38\u7528\u7684\u8bb0\u5f55\u8fdb\u884c\u4ea4\u4e92\uff0c \u4f8b\u5982\u8425\u4e1a\u65f6\u95f4\u548c\u6848\u4f8b\u3002","breadcrumb":{"@id":"http:\/\/www.ponybai.com\/?p=3754#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["http:\/\/www.ponybai.com\/?p=3754"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/www.ponybai.com\/?p=3754#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"http:\/\/www.ponybai.com\/"},{"@type":"ListItem","position":2,"name":"\u652f\u6301\u7c7b"}]},{"@type":"WebSite","@id":"http:\/\/www.ponybai.com\/#website","url":"http:\/\/www.ponybai.com\/","name":"\u767d\u767d\u968f\u7b14","description":"Salesforce\u5b98\u65b9\u8bb2\u5e08","publisher":{"@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.ponybai.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/935c7592c850c65e1e5eba4530dbf883","name":"ponybai","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/image\/","url":"http:\/\/www.ponybai.com\/wp-content\/uploads\/2025\/03\/cropped-Ihsans-WeChatQR.jpg","contentUrl":"http:\/\/www.ponybai.com\/wp-content\/uploads\/2025\/03\/cropped-Ihsans-WeChatQR.jpg","width":248,"height":248,"caption":"ponybai"},"logo":{"@id":"http:\/\/www.ponybai.com\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/121.37.188.161"],"url":"http:\/\/www.ponybai.com\/?author=1"}]}},"_links":{"self":[{"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/posts\/3754","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3754"}],"version-history":[{"count":1,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/posts\/3754\/revisions"}],"predecessor-version":[{"id":3756,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/posts\/3754\/revisions\/3756"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=\/wp\/v2\/media\/3755"}],"wp:attachment":[{"href":"http:\/\/www.ponybai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3754"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3754"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.ponybai.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}